toggle menu
My Neighbor Alice
dapp
switch theme
search in API
My Neighbor Alice
/
lib.dip.attributes.Boolean.Unsafe
Namespace
Boolean.
Unsafe
Functions
Functions
add_value
Link copied to clipboard
function
add_value
(
instance
:
instance
,
attribute_name
:
I
,
value
:
boolean
)
add_value_by_attribute
Link copied to clipboard
function
add_value_by_attribute
(
instance
:
instance
,
attribute
:
attribute
,
value
:
boolean
)
remove_value
Link copied to clipboard
function
remove_value
(
instance
:
instance
,
attribute_name
:
I
)
:
boolean
remove_value_by_attribute
Link copied to clipboard
function
remove_value_by_attribute
(
instance
:
instance
,
attribute
:
attribute
)
:
boolean
set_value
Link copied to clipboard
function
set_value
(
instance
:
instance
,
attribute_name
:
I
,
value
:
boolean
)
set_value_by_attribute
Link copied to clipboard
function
set_value_by_attribute
(
instance
:
instance
,
attribute
:
attribute
,
value
:
boolean
)
update_value
Link copied to clipboard
function
update_value
(
instance
:
instance
,
attribute_name
:
I
,
value
:
boolean
)
update_value_by_attribute
Link copied to clipboard
function
update_value_by_attribute
(
instance
:
instance
,
attribute
:
attribute
,
value
:
boolean
)